home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / uio_if_d.pro < prev    next >
Text File  |  1993-08-23  |  890b  |  19 lines

  1. /********************************************************/
  2. /*                                                      */
  3. /*    uio_if_d.pro - prototypes for uio_if_d.c          */
  4. /*    Author: John C. Fairman           August 31, 1990 */
  5. /*    Copyright 1990 by Neuralware Inc.                 */
  6. /*                                                      */
  7. /*    $Author   :  $                                    */
  8. /*    $Date     :  $                                    */
  9. /*    $Source   :  $                                    */
  10. /*    $Revision :  $                                    */
  11. /*    $Log      :  $                                    */
  12. /*                                                      */
  13. /********************************************************/
  14.  
  15. VOID Send_request();
  16. NINT Receive_command ARGLIST (( DATA_TRANSFER_AREA_T * ));
  17. VOID UIO_server_error ARGLIST( (NINT) );
  18.  
  19.